Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapCollectionBase<T> Class
Properties Methods


In This Topic
    MapCollectionBase<T> Class Members
    In This Topic

    The following tables list the members exposed by MapCollectionBase<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection.  
    Public PropertyGets or sets the element at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an existing item to the collection.  
    Public MethodAdds a new item to the collection.  
    Public MethodRemoves all items from the collection.  
    Public MethodDetermines whether the collection contains a specific item.  
    Public MethodCopies the elements of the collection to an System.Array, starting at a particular array index.  
    Public MethodGets the index of the element.  
    Public MethodInserts an item ot the collection at the specified index.  
    Public MethodRemoves an existing item from the collection.  
    Public MethodRemoves the item at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected MethodInternal used only. Adds an existing item to the collection.  
    Protected MethodInternal used only. Removes all items from the collection.  
    Protected MethodInternal used only. Inserts an item ot the collection at the specified index.  
    Protected MethodInternal used only. Removes the item at the specified index.  
    Protected MethodCalled when changes need be notified.  
    Top
    See Also